home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / utils / benchtrash / extras / removedevice < prev    next >
Text File  |  1999-01-01  |  402b  |  22 lines

  1. ;$VER: Full device remover
  2. ;Steve Clack (Liquid Software Design ) v1.0
  3. ;Call the Total Eclipse BBS on +44(0)1983 522428!
  4. ;(make sure the 's' protect bit is set on this file!)
  5.  
  6. .key Device/A
  7. .bra {
  8. .ket }
  9.  
  10. FailAt 100
  11.  
  12. ResolveDeviceName >ENV:DEV {Device}
  13. Echo >ENV:DEVO $DEV NOLINE
  14. Echo >>ENV:DEVO ":" NOLINE
  15.  
  16. Assign {Device} DISMOUNT
  17. Assign $DEVO DISMOUNT
  18.  
  19. Delete >nil: ENV:DEV
  20. Delete >nil: ENV:DEVO
  21.  
  22.